mirror of
https://github.com/samclarke/SBBCodeParser.git
synced 2026-01-09 14:18:41 +00:00
7 lines
71 B
PHP
7 lines
71 B
PHP
<?php
|
|
|
|
namespace SBBCodeParser;
|
|
|
|
class Exception extends \Exception
|
|
{
|
|
} |