Exception: Spacebunny::SecretRequired
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- Spacebunny::SecretRequired
- Defined in:
- lib/spacebunny/exceptions.rb
Instance Method Summary collapse
-
#initialize(message = nil) ⇒ SecretRequired
constructor
A new instance of SecretRequired.
Constructor Details
#initialize(message = nil) ⇒ SecretRequired
Returns a new instance of SecretRequired.
64 65 66 67 |
# File 'lib/spacebunny/exceptions.rb', line 64 def initialize( = nil) = || "Missing mandatory 'secret' Spacebunny::LiveStream.new(:client => 'a_valid_client', :secret: 'a_valid_secret')" super() end |