This repository has been archived on 2024-06-26. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
sakura/app/Exceptions/NetInvalidAddressException.php

16 lines
273 B
PHP

<?php
/**
* Holds an exception class.
* @package Sakura
*/
namespace Sakura\Exceptions;
/**
* Thrown when Net has to handle an invalid IP.
* @package Sakura
* @author Julian van de Groep <me@flash.moe>
*/
class NetInvalidAddressException extends BaseException
{
}