| Total Complexity | 1 |
| Total Lines | 10 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | class InvalidTypoScriptSetting extends \Exception |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * @param string $key Setting key. E.g. "logger.severity". |
||
| 11 | * @param string $type The actual data type of the setting. |
||
| 12 | * @param integer $code Exception code. |
||
| 13 | */ |
||
| 14 | 1 | public function __construct($key, $type, $code) |
|
| 17 | } |
||
| 18 | } |