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