mirror of
https://github.com/holo-gfx/mangadex.git
synced 2024-11-28 18:28:57 -05:00
7 lines
84 B
PHP
7 lines
84 B
PHP
|
<?php
|
||
|
|
||
|
namespace JBBCode;
|
||
|
use Exception;
|
||
|
|
||
|
class ParserException extends Exception{
|
||
|
}
|