Your IP : 18.191.208.128


Current Path : /data/web/virtuals/51568/virtual/www/subdom/pomucky/src/exceptions/
Upload File :
Current File : /data/web/virtuals/51568/virtual/www/subdom/pomucky/src/exceptions/NotFoundException.php

<?php

namespace app\exceptions;

class NotFoundException extends \Exception
{
    protected $message = 'Tato stránka neexistuje';
    public $submessage = 'Stránka kterou hledáš neexistuje';
    protected $code = 404;

}