Exception: AtomicLti::Exceptions::NoLTIToken
- Inherits:
-
AtomicLtiAuthException
- Object
- StandardError
- AtomicLtiAuthException
- AtomicLti::Exceptions::NoLTIToken
- Defined in:
- app/lib/atomic_lti/exceptions.rb
Instance Method Summary collapse
-
#initialize(msg = "No LTI token provided") ⇒ NoLTIToken
constructor
A new instance of NoLTIToken.
Constructor Details
#initialize(msg = "No LTI token provided") ⇒ NoLTIToken
Returns a new instance of NoLTIToken.
63 64 65 |
# File 'app/lib/atomic_lti/exceptions.rb', line 63 def initialize(msg = "No LTI token provided") super(msg) end |