Page MenuHomec4science

Base.php
No OneTemporary

File Metadata

Created
Fri, Nov 29, 18:10

Base.php

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

Event Timeline