7 lines
118 B
PHP
7 lines
118 B
PHP
<?php
|
|
|
|
namespace App\Services\Moneybird;
|
|
|
|
use RuntimeException;
|
|
|
|
class MoneybirdException extends RuntimeException {}
|