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