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