blessing-skin-server/app/Exceptions/PrettyPageException.php

9 lines
84 B
PHP

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