<?php


namespace Safe;

use Exception;

class EmptyTypeException extends Exception
{

}
