6 lines
145 B
PHP
6 lines
145 B
PHP
|
<?php
|
||
|
namespace Rail\Toolbox\FileGenerators\Exception;
|
||
|
|
||
|
class FileNotCreatedException extends \RuntimeException implements ExceptionInterface
|
||
|
{
|
||
|
}
|