Initial xentral_oss_20.3.c9ffacf
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Xentral\Modules\FiskalyApi\Exception;
|
||||
|
||||
class VatRateNotFoundException extends FiskalyApiBaseException
|
||||
{
|
||||
public static function fromPercentage(float $percentage){
|
||||
return new VatRateNotFoundException("VAT rate {$percentage} not found");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user