PluginProbe
Moloni / 5.0.09
Moloni v5.0.09
5.0.10 5.0.09 5.0.08 5.0.07 5.0.06 trunk 0.4.0.00 0.4.8.1 3.0.10 3.0.11 3.0.35 3.0.36 3.0.37 3.0.38 3.0.40 3.0.41 3.0.42 3.0.43 3.0.44 3.0.45 3.0.46 3.0.47 3.0.48 3.0.49 3.0.50 All 98 releases
moloni / src / Exceptions / APIException.php

APIException.php in Moloni 5.0.09, at src/Exceptions/APIException.php

11 lines 130 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 namespace Moloni\Exceptions;
4
5 use Moloni\Exceptions\Core\MoloniException;
6
7 class APIException extends MoloniException
8 {
9
10 }
11