module GeoserverMigrations::ExceptionsMixin
define exceptions
Public Class Methods
new(str)
click to toggle source
Calls superclass method
# File lib/geoserver_migrations.rb, line 16 def initialize(str) super("GeoserverMigrations: " + str) end