Logo
Explore Help
Register Sign In
liangxj/assistant-storefront
1
0
Fork 0
You've already forked assistant-storefront
Code Issues Pull Requests Actions 3 Packages Projects Releases Wiki Activity
Files
092fb2e083b2a3d1c6d4a612a9dcdb8465f215d2
assistant-storefront/lib/custom_exceptions/base.rb

19 lines
227 B
Ruby
Raw Normal View History

Initial commit: Add logistics and order_detail message types - Add Logistics component with progress tracking - Add OrderDetail component for order information - Support data-driven steps and actions - Add blue color scale to widget SCSS - Fix node overflow and progress bar rendering issues - Add English translations for dashboard components Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-26 11:16:56 +08:00
# frozen_string_literal: true
class CustomExceptions::Base < StandardError
def to_hash
{
message: message
}
end
def http_status
403
end
def initialize(data)
@data = data
super()
end
end
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 76ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API