"use client"; // ui import { Button } from "@plane/ui"; const ErrorPage = () => { const handleRetry = () => { window.location.reload(); }; return (

Exception Detected!

We{"'"}re Sorry! An exception has been detected, and our engineering team has been notified. We apologize for any inconvenience this may have caused. Please reach out to our engineering team at{" "} support@plane.so {" "} or on our{" "} Discord {" "} server for further assistance.

{/* */}
); }; export default ErrorPage;