mangadex/scripts/JBBCode/ParserException.php

7 lines
84 B
PHP
Raw Permalink Normal View History

2021-03-14 17:31:55 -04:00
<?php
namespace JBBCode;
use Exception;
class ParserException extends Exception{
}