Page MenuHomec4science

Base.php
No OneTemporary

File Metadata

Created
Thu, Dec 26, 14:34

Base.php

<?php
namespace RESTful\Exceptions;
/**
* Base class for all RESTful\Exceptions.
*/
class Base extends \Exception
{
}

Event Timeline