9 lines
107 B
PHP
9 lines
107 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace Xentral\Modules\Dhl\Exception;
|
||
|
|
|
||
|
|
class ContentsDataException extends DhlBaseException
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|