Thursday, June 04, 2026 2:29:22 AM
> exceptions.rb
# frozen_string_literal: true

module Exceptions
  class NotFoundError < StandardError
  end

  class UnauthorizedError < StandardError
  end

  class BadRequestError < StandardError
  end

  class PayloadTooLargeError < StandardError
  end
end
All opinions represented herein are my own
- © 2024 - 2026 itsthedevman
- build 4294fb2