6 lines
156 B
PHP
Executable File
6 lines
156 B
PHP
Executable File
<?php
|
|
namespace Rails\Routing\Exception;
|
|
|
|
class InvalidArgumentException extends \Rails\Exception\InvalidArgumentException implements ExceptionInterface
|
|
{
|
|
} |