6 lines
144 B
PHP
Executable File
6 lines
144 B
PHP
Executable File
<?php
|
|
namespace Rails\Loader\Exception;
|
|
|
|
class FileNotFoundException extends \Rails\Exception\RuntimeException implements ExceptionInterface
|
|
{
|
|
} |