Sha256: d258a6d29f8f05ae514c04b9eadeec65bd541707e8c40242604b14c3d066f530
Contents?: true
Size: 154 Bytes
Versions: 2
Compression:
Stored size: 154 Bytes
Contents
# frozen_string_literal: true module Legion module Exception # Missing argument exception class MissingArgument < StandardError; end end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
legionio-0.1.1 | lib/legion/exceptions/missingargument.rb |
legion-exceptions-0.1.0 | lib/legion/exceptions/missingargument.rb |