devError

views.html.defaultpages.devError
object devError extends BaseScalaTemplate[Appendable, Format[Appendable]], Template3[Option[String], UsefulException, RequestHeader, Appendable]

Attributes

Graph
Supertypes
trait Template3[Option[String], UsefulException, RequestHeader, Appendable]
class BaseScalaTemplate[Appendable, Format[Appendable]]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
devError.type

Members list

Value members

Concrete methods

def apply(playEditor: Option[String], error: UsefulException)(implicit request: RequestHeader): Appendable

Default page for 500 Internal Server Error responses, in development mode. This page display the error in the source code context.

Default page for 500 Internal Server Error responses, in development mode. This page display the error in the source code context.

Attributes

def f: (Option[String], UsefulException) => RequestHeader => Appendable
def ref: devError.type.this.type
def render(playEditor: Option[String], error: UsefulException, request: RequestHeader): Appendable

Inherited methods

def _display_(o: Any)(implicit m: ClassTag[Appendable]): T

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: Appendable): T

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: NodeSeq): T

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: Unit): T

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: String): T

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: AnyVal): T

Attributes

Inherited from:
BaseScalaTemplate

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product