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