Added \RTEX\Abstracts > RuntimeExceptionCode
This commit is contained in:
parent
feb06cdb6b
commit
fcfa860116
1 changed files with 16 additions and 0 deletions
16
src/RTEX/Abstracts/RuntimeExceptionCode.php
Normal file
16
src/RTEX/Abstracts/RuntimeExceptionCode.php
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
namespace RTEX\Abstracts;
|
||||||
|
|
||||||
|
abstract class RuntimeExceptionCode
|
||||||
|
{
|
||||||
|
const Exception = 0;
|
||||||
|
const AttributeException = -100;
|
||||||
|
const ImportException = -101;
|
||||||
|
const KeyException = -102;
|
||||||
|
const NameException = -103;
|
||||||
|
const TypeException = -104;
|
||||||
|
const ValueException = -105;
|
||||||
|
const ZeroDivisionException = -106;
|
||||||
|
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue