13 lines
122 B
PHP
Executable File
13 lines
122 B
PHP
Executable File
<?php
|
|
namespace App\Exception;
|
|
|
|
/**
|
|
* Class ApiException
|
|
*
|
|
* @since 2.0
|
|
*/
|
|
class ApiException extends \Exception
|
|
{
|
|
|
|
}
|