6 lines
160 B
PHP
Executable File
6 lines
160 B
PHP
Executable File
<?php
|
|
namespace Rails\ActionView\Template\Exception;
|
|
|
|
class TemplateMissingException extends \Rails\Exception\RuntimeException implements ExceptionInterface
|
|
{
|
|
} |