Exception: Teaspoon::AssetNotServableError
- Defined in:
- lib/teaspoon/exceptions.rb
Instance Method Summary collapse
-
#initialize(msg_or_options) ⇒ AssetNotServableError
constructor
A new instance of AssetNotServableError.
Constructor Details
#initialize(msg_or_options) ⇒ AssetNotServableError
Returns a new instance of AssetNotServableError.
141 142 143 144 145 |
# File 'lib/teaspoon/exceptions.rb', line 141 def initialize() super(() do || "Unable to serve asset: expected \"#{[:filename] || 'unknown file'}\" to be within a registered asset path." end) end |