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