Dhii/exception

View on GitHub
Branch: develop(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.gitattributes
.gitignore
.idea/exception.iml
.idea/modules.xml
.idea/php-test-framework.xml
.idea/php.xml
.idea/vagrant.xml
.idea/vcs.xml
.php_cs
.travis.yml
CHANGELOG.md
LICENSE
README.md
composer.json
composer.lock
nbproject/project.properties
nbproject/project.xml
phpmd.xml
phpunit.xml
src/AbstractBaseException.php14
src/CreateExceptionCapableTrait.php11
src/CreateInternalExceptionCapableTrait.php11
src/CreateInvalidArgumentExceptionCapableTrait.php15
src/CreateNativeInvalidArgumentExceptionCapableTrait.php15
src/CreateOutOfBoundsExceptionCapableTrait.php15
src/CreateOutOfRangeExceptionCapableTrait.php15
src/CreateRuntimeExceptionCapableTrait.php11
src/Exception.php12
src/ExceptionTrait.php13
src/InitBaseExceptionCapableTrait.php21
src/InternalException.php23
src/InvalidArgumentException.php27
A
3 hrs
src/OutOfBoundsException.php27
A
3 hrs
src/OutOfRangeException.php27
A
3 hrs
src/RuntimeException.php21
src/SubjectAwareTrait.php15