Class DomainException
Domain means data domain here. That is a DomainException shall be through whenever a value does not adhere to a defined valid data domain. Examples: - 0 is not a in the domain for division. - Foo is not in the domain for weekdays. - Apple is not in the domain for months
- Exception
-
LogicException
-
DomainException
-
DSchoenbauer\Exception\Platform\DomainException implements DSchoenbauer\Exception\ExceptionInterface
Namespace: DSchoenbauer\Exception\Platform
Author: David Schoenbauer dschoenbauer@gmail.com
Since: 1.0.0
Located at Exception/Platform/DomainException.php
Author: David Schoenbauer dschoenbauer@gmail.com
Since: 1.0.0
Located at Exception/Platform/DomainException.php
__construct(),
__toString(),
__wakeup(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
|
$code,
$file,
$line,
$message
|