Arsse/lib/ExceptionType.php

12 lines
223 B
PHP
Raw Normal View History

<?php
/** @license MIT
* Copyright 2017 J. King, Dustin Wilson et al.
* See LICENSE and AUTHORS files for details */
declare(strict_types=1);
2021-04-14 11:17:01 -04:00
namespace JKingWeb\Arsse;
class ExceptionType extends AbstractException {
}