1<?php
2
3namespace PhpCss\Exception {
4
5  interface PhpCssException {
6
7  }
8}
9