message = ($message === null) ? "filenotfound" : $message; } /** * * {@inheritDoc} * @see \Exceptions\Exception::getRetCode() */ public function getRetCode() : int { return 404; } }