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/NetAddressTypeException.php

17 lines
281 B
PHP
Raw Permalink Normal View History

2016-09-11 14:25:22 +00:00
<?php
/**
* Holds an exception class.
* @package Sakura
*/
namespace Sakura\Exceptions;
/**
* Thrown when Net doesn't know how to handle the IP type.
* @package Sakura
* @author Julian van de Groep <me@flash.moe>
*/
class NetAddressTypeException extends BaseException
{
}