Renamed StandardException to StandardRpcException
This commit is contained in:
parent
4856dacb9d
commit
b8346e139c
38 changed files with 129 additions and 129 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
use Socialbox\Enums\StandardError;
|
||||
|
||||
class InvalidRpcArgumentException extends StandardException
|
||||
class InvalidRpcArgumentException extends StandardRpcException
|
||||
{
|
||||
/**
|
||||
* Thrown when a required parameter is missing
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
use Socialbox\Enums\StandardError;
|
||||
|
||||
class MissingRpcArgumentException extends StandardException
|
||||
class MissingRpcArgumentException extends StandardRpcException
|
||||
{
|
||||
/**
|
||||
* Thrown when a required parameter is missing
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
use Socialbox\Objects\RpcRequest;
|
||||
use Throwable;
|
||||
|
||||
class StandardException extends Exception
|
||||
class StandardRpcException extends Exception
|
||||
{
|
||||
/**
|
||||
* Thrown as a standard error, with a message and a code
|
Loading…
Add table
Add a link
Reference in a new issue