Module: Dia::Exceptions

Defined in:
lib/dia/exceptions.rb

Overview

The Exceptions module provides a namespace for exceptions that can be raised by Dia.

Constant Summary collapse

SandboxException =

The SandboxException is raised if it is not possible to initialize a sandbox when using Dia::Application or Dia::RubyBlock.

Class.new(StandardError)