Initial xentral_oss_20.3.c9ffacf
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Xentral\Modules\Dhl\Exception;
|
||||
|
||||
use Throwable;
|
||||
|
||||
class InvalidCredentialsException extends DhlBaseException
|
||||
{
|
||||
public function __construct($message, $code = 0, Throwable $previous = null)
|
||||
{
|
||||
parent::__construct("Fehlerhafte Zugangsdaten ({$message})", $code, $previous);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user