10 lines
191 B
PHP
10 lines
191 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace Xentral\Components\Sanitizer\Exception;
|
||
|
|
|
||
|
|
use RuntimeException;
|
||
|
|
|
||
|
|
final class InitialisationFailedException extends RuntimeException implements SanitizerExceptionInterface
|
||
|
|
{
|
||
|
|
}
|