mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-02-24 19:07:20 +03:00
8 lines
87 B
PHP
8 lines
87 B
PHP
<?php
|
|
|
|
namespace BookStack\Theming;
|
|
|
|
class ThemeModuleException extends \Exception
|
|
{
|
|
}
|