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