<?php
namespace MightyPork\Exceptions;
/**
* Something can't be used the way it was
*/
class NotApplicableException extends RuntimeException
{
//
}