Exception: Projects::Errors::IllegalProjectStructure

Inherits:
StandardError
  • Object
show all
Defined in:
lib/projects/errors/illegal_project_structure.rb

Overview

This should be used as a base class for specific kinds of structural issues by different project extensions.

In general, a before_create handler should probably throw one of these if it finds something it doesn't like.