C# Class NRack.ShowExceptions

Inheritance: ICallable
Show file Open project: kevinswiber/NRack

Public Methods

Method Description
Call ( dynamic>.IDictionary environment ) : dynamic[]
Pretty ( dynamic>.IDictionary environment, Exception exception ) : IIterable
ShowExceptions ( dynamic app ) : System

Method Details

Call() public method

public Call ( dynamic>.IDictionary environment ) : dynamic[]
environment dynamic>.IDictionary
return dynamic[]

Pretty() public method

public Pretty ( dynamic>.IDictionary environment, Exception exception ) : IIterable
environment dynamic>.IDictionary
exception System.Exception
return IIterable

ShowExceptions() public method

public ShowExceptions ( dynamic app ) : System
app dynamic
return System