Exception: Timet::S3Supabase::CustomError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/timet/s3_supabase.rb

Overview

Custom error class that suppresses the backtrace for cleaner error messages.

Instance Method Summary collapse

Instance Method Details

#backtraceObject



175
176
177
# File 'lib/timet/s3_supabase.rb', line 175

def backtrace
  nil
end