Package com.github.kevwil.aspen.exception

Examples of com.github.kevwil.aspen.exception.InvalidAppException


    {
        synchronized( _lock )
        {
            if( ! _app.respondsTo( "call" ) )
            {
                throw new InvalidAppException();
            }

            RubyHash env = request.getEnv().toRuby();
            IRubyObject[] args = { env };
View Full Code Here

TOP

Related Classes of com.github.kevwil.aspen.exception.InvalidAppException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.