This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/app/Exceptions/ConfigParseException.php

17 lines
262 B
PHP

<?php
/**
* Holds an exception class.
* @package Sakura
*/
namespace Sakura\Exceptions;
/**
* Thrown when the config failed to parse.
* @package Sakura
* @author Julian van de Groep <me@flash.moe>
*/
class ConfigParseException extends BaseException
{
}