mirror of
https://github.com/holo-gfx/mangadex.git
synced 2025-02-07 03:54:01 -05:00
7 lines
84 B
PHP
7 lines
84 B
PHP
<?php
|
|
|
|
namespace JBBCode;
|
|
use Exception;
|
|
|
|
class ParserException extends Exception{
|
|
} |