. // }}} namespace App\Util\Exception; use function App\Core\I18n\_m; class NotStoredLocallyException extends NoSuchFileException { public function __construct() { parent::__construct(_m('This attachment is not stored locally.')); } }