6 lines
142 B
PHP
6 lines
142 B
PHP
|
<?php
|
||
|
namespace Rails\Toolbox\FileGenerators\Exception;
|
||
|
|
||
|
class FileExistsException extends \RuntimeException implements ExceptionInterface
|
||
|
{
|
||
|
}
|