<?php
namespace MightyPork\Exceptions;
/**
* 'Access denied' kind of exception
*/
class AccessException extends RuntimeException
{
//
}