<?php
namespace Danbooru\Exception;

class RuntimeException extends \RuntimeException implements ExceptionInterface
{
}