update
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace SleekDB\Exceptions;
|
||||
|
||||
class IOException extends \Exception
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace SleekDB\Exceptions;
|
||||
|
||||
class IdNotAllowedException extends \Exception
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace SleekDB\Exceptions;
|
||||
|
||||
class InvalidArgumentException extends \Exception
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace SleekDB\Exceptions;
|
||||
|
||||
class InvalidConfigurationException extends \Exception
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace SleekDB\Exceptions;
|
||||
|
||||
/**
|
||||
* Class InvalidPropertyAccessException
|
||||
* @deprecated since version 2.7.
|
||||
*/
|
||||
class InvalidPropertyAccessException extends \Exception
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace SleekDB\Exceptions;
|
||||
|
||||
class JsonException extends \Exception
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user