$nsid] ); } /** * Create exception for missing file. */ public static function forFile(string $path): self { return static::withContext( "Schema file not found: {$path}", ['path' => $path] ); } }