Sha256: e0f0795b3bcc7bf0546feb3bab138e4d58c02ddf6a83cec720c6f79825042dda
Contents?: true
Size: 549 Bytes
Versions: 4
Compression:
Stored size: 549 Bytes
Contents
class Usher # Exception raised when generation is attempted and the route cannot be determined class UnrecognizedException < RuntimeError; end # Raised when a validator fails during recognition class ValidationException < RuntimeError; end # Raised when generation attempts to create a route and a parameter is missing class MissingParameterException < RuntimeError; end # Raised when a route is added with identical variable names and allow_identical_variable_names? is false class MultipleParameterException < RuntimeError; end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
usher-0.7.5 | lib/usher/exceptions.rb |
usher-0.7.4 | lib/usher/exceptions.rb |
usher-0.7.3 | lib/usher/exceptions.rb |
usher-0.7.2 | lib/usher/exceptions.rb |