invoiceninja/app/Exceptions/StripeConnectFailure.php

11 lines
109 B
PHP
Raw Normal View History

<?php
namespace App\Exceptions;
use Exception;
class StripeConnectFailure extends Exception
{
// ..
}