1: <?php 2: 3: namespace Deimos\Helper\Exceptions; 4: 5: class ExceptionEmpty extends \Exception 6: { 7: 8: }