WetellAuthenticationException.php
Pfad: src/Domain/Rechnung/WetellAuthenticationException.php
Ext: php
Größe: 160 Bytes
Geändert: 2026-07-16 18:20:06+02
<?php
declare(strict_types=1);
namespace Demo\Domain\Rechnung;
use RuntimeException;
final class WetellAuthenticationException extends RuntimeException
{
}