libraryId = (string) $library_id; $message = $message ?: "The library definition for the library '{$this->libraryId}' could not be found."; parent::__construct($message, $code, $previous); } }