<?php

namespace MightyPork\Exceptions;

/**
 * Something that should exist, doesn't
 */
class NotExistException extends RuntimeException
{
	//
}