invoiceninja/app/Exceptions/ResourceDependencyMissing.php

11 lines
114 B
PHP
Raw Permalink Normal View History

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