8 lines
94 B
PHP
8 lines
94 B
PHP
|
<?php
|
||
|
namespace nur\sery\schema;
|
||
|
|
||
|
use Exception;
|
||
|
|
||
|
class SchemaException extends Exception {
|
||
|
}
|