<?php/** * Whoops - php errors for cool kids * @author Filipe Dobreira <http://github.com/filp> */namespaceWhoops\Exception;useErrorExceptionasBaseErrorException;/** * Wraps ErrorException; mostly used for typing (at least now) * to easily cleanup the stack trace of redundant info. */classErrorExceptionextendsBaseErrorException{}