<?php namespace League\Plates\Exception; /** @TODO consider extending Exception instead */ class PlatesException extends \LogicException { }