Skip to content

Commit 1fd3e38

Browse files
committed
feat(exceptions): add IssuanceException for rejected issuance
Signed-off-by: Vitor Mattos <vitor@php.rio>
1 parent d36b84d commit 1fd3e38

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?php
2+
3+
// SPDX-FileCopyrightText: 2026 LibreCode coop and contributors
4+
// SPDX-License-Identifier: AGPL-3.0-or-later
5+
6+
declare(strict_types=1);
7+
8+
namespace LibreCodeCoop\NfsePHP\Exception;
9+
10+
/**
11+
* Thrown when the SEFIN gateway rejects an NFS-e issuance request.
12+
*/
13+
class IssuanceException extends GatewayException
14+
{
15+
}

0 commit comments

Comments
 (0)