jonnybarnes.uk/app/Exceptions/InternetArchiveException.php
Jonny Barnes 8e077045d2
Update Laravel Pint
Also fixes some of the filesaftersome new rules were added to the
default pint configuration.
2024-07-13 10:55:19 +01:00

5 lines
87 B
PHP

<?php
namespace App\Exceptions;
class InternetArchiveException extends \Exception {}