Exception: AtomicLti::Exceptions::NoLTIInstall
- Inherits:
-
AtomicLtiNotFoundException
- Object
- StandardError
- AtomicLtiNotFoundException
- AtomicLti::Exceptions::NoLTIInstall
- Defined in:
- app/lib/atomic_lti/exceptions.rb
Instance Method Summary collapse
-
#initialize(iss:, deployment_id:) ⇒ NoLTIInstall
constructor
A new instance of NoLTIInstall.
Constructor Details
#initialize(iss:, deployment_id:) ⇒ NoLTIInstall
Returns a new instance of NoLTIInstall.
83 84 85 86 |
# File 'app/lib/atomic_lti/exceptions.rb', line 83 def initialize(iss:, deployment_id:) msg = "No LTI Install found for iss: #{iss} and deployment_id #{deployment_id}" super(msg) end |