8 lines
164 B
PHP
8 lines
164 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace Xentral\Modules\DocuvitaApi\Exception;
|
||
|
|
|
||
|
|
class ConfigurationMissingException extends \RuntimeException implements DocuvitaApiExceptionInterface
|
||
|
|
{
|
||
|
|
}
|