مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2026-03-03 22:34:09 +00:00
12 أسطر
110 B
Ruby
12 أسطر
110 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Postal
|
|
|
|
module Errors
|
|
end
|
|
|
|
class Error < StandardError
|
|
end
|
|
|
|
end
|