mirror of
https://github.com/elyby/accounts.git
synced 2024-11-06 08:11:24 +05:30
7 lines
73 B
PHP
7 lines
73 B
PHP
<?php
|
|
namespace api\exceptions;
|
|
|
|
class Exception extends \Exception {
|
|
|
|
}
|