Exception: Banker::Error::FormMissing

Inherits:
BankerError
  • Object
show all
Defined in:
lib/banker/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "It appear that the form is missing. Please raise a GitHub issue https://github.com/kylewelsby/banker/issues") ⇒ FormMissing

Returns a new instance of FormMissing.



6
7
8
# File 'lib/banker/error.rb', line 6

def initialize(msg = "It appear that the form is missing. Please raise a GitHub issue https://github.com/kylewelsby/banker/issues")
  super(msg)
end