Overview

Namespaces

  • Northys
    • CSSInliner
      • Exceptions
  • PHP

Exceptions

  • InvalidCssFilePathException
  • NoCssRulesException
  • Overview
  • Namespace
  • Class
  • Tree
 1: <?php
 2: /**
 3:  * Created by PhpStorm.
 4:  * User: Northys
 5:  * Date: 25.7.14
 6:  * Time: 4:10
 7:  */
 8: 
 9: namespace Northys\CSSInliner\Exceptions;
10: 
11: 
12: /**
13:  * The exception that is thrown when invalid css file path is provided.
14:  * @package Northys\CSSInliner\Exceptions
15:  */
16: class InvalidCssFilePathException extends \Exception {
17: 
18: }
19: 
20: 
21: /**
22:  * The exception that is thrown when there are no css rules.
23:  * @package Northys\CSSInliner\Exceptions
24:  */
25: class NoCssRulesException extends \Exception {
26: 
27: }
API documentation generated by ApiGen 2.8.0