1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00
invoiceninja/app/Exceptions/FilePermissionsFailure.php

11 lines
111 B
PHP
Raw Normal View History

2021-04-12 06:36:51 +02:00
<?php
namespace App\Exceptions;
use Exception;
class FilePermissionsFailure extends Exception
{
// ..
}