| 1 | <?php |
||
| 20 | class NoDefault extends \LogicException implements Exception { |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Create a new exception when a field needs a default. |
||
| 24 | * |
||
| 25 | * @author Freddie Mixell |
||
| 26 | * |
||
| 27 | * @param string $slug The field slug that needs a default value. |
||
| 28 | * |
||
| 29 | * @return static |
||
| 30 | */ |
||
| 31 | public static function default_value( $slug ) { |
||
| 40 | } |
||
| 41 |