Source browser » Mondoc
Explore the source behind \District5\Mondoc\Exception\MondocException
View source: [ raw ] [ highlight ]
View on GitHub open_in_newBelow is the content for the selected file.
Class: \District5\Mondoc\Exception\MondocException
<?php
namespace District5\Mondoc\Exception;
use Exception;
/**
* Abstract class MondocException
*
* @package District5\Mondoc\Exception
*/
abstract class MondocException extends Exception
{
}