Current section

Files

Jump to
drab lib drab exceptions.ex
Raw

lib/drab/exceptions.ex

defmodule Drab.JSExecutionError do
@moduledoc """
Raised when the browser encounters a JS error or the timeout for the current operation.
"""
@doc false
defexception message: "JavaScript error"
end