8 lines
84 B
PHP
8 lines
84 B
PHP
<?php
|
|
|
|
namespace Base\Controllers;
|
|
|
|
class NotFoundException extends \Exception {
|
|
|
|
}
|