14 lines
219 B
PHP
Executable File
14 lines
219 B
PHP
Executable File
<?php
|
|
|
|
namespace TrueBV\Exception;
|
|
|
|
/**
|
|
* Class DomainOutOfBoundsException
|
|
* @package TrueBV\Exception
|
|
* @author Sebastian Kroczek <sk@xbug.de>
|
|
*/
|
|
class DomainOutOfBoundsException extends OutOfBoundsException
|
|
{
|
|
|
|
}
|