Current section
Files
Jump to
Current section
Files
lib/snakebridge/compile_error.ex
defmodule SnakeBridge.CompileError do
@moduledoc """
Error raised when strict mode detects missing bindings.
"""
defexception [:message]
end