| Total Complexity | 4 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 5 | class GiffhangerException extends \Exception |
||
| 6 | { |
||
| 7 | public static function invalidExtension($extension) : GiffhangerException |
||
| 10 | } |
||
| 11 | |||
| 12 | public static function inputFileNotFoundOrNotReadable($filePath) : GiffhangerException |
||
| 19 | } |
||
| 20 | |||
| 21 | public static function inputFileIsNotVideo($filePath, $mimeType) : GiffhangerException |
||
| 26 |