<?php namespace gnomephp\helper\lang; class LangFileException extends \Exception{ const FILE_NOT_FOUND = 1; }