Sha256: b8bf307cc58648aa95dd89689f6d07814556e3f4d901a7f5576511c4263f6d81

Contents?: true

Size: 386 Bytes

Versions: 22

Compression:

Stored size: 386 Bytes

Contents

// -*- c++ -*-
#pragma once
#ifndef __RAYS_RUBY_EXCEPTION_H__
#define __RAYS_RUBY_EXCEPTION_H__


#include <rucy/class.h>
#include <rays/exception.h>


namespace Rays
{


	Rucy::Class rays_error_class ();
	// class Rays::RaysError

	Rucy::Class opengl_error_class ();
	// class Rays::OpenGLError

	Rucy::Class shader_error_class ();
	// class Rays::ShaderError


}// Rays


#endif//EOH

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
rays-0.2.1 include/rays/ruby/exception.h
rays-0.2 include/rays/ruby/exception.h
rays-0.1.49 include/rays/ruby/exception.h
rays-0.1.48 include/rays/ruby/exception.h
rays-0.1.47 include/rays/ruby/exception.h
rays-0.1.46 include/rays/ruby/exception.h
rays-0.1.45 include/rays/ruby/exception.h
rays-0.1.44 include/rays/ruby/exception.h
rays-0.1.43 include/rays/ruby/exception.h
rays-0.1.42 include/rays/ruby/exception.h
rays-0.1.40 include/rays/ruby/exception.h
rays-0.1.39 include/rays/ruby/exception.h
rays-0.1.38 include/rays/ruby/exception.h
rays-0.1.37 include/rays/ruby/exception.h
rays-0.1.36 include/rays/ruby/exception.h
rays-0.1.35 include/rays/ruby/exception.h
rays-0.1.34 include/rays/ruby/exception.h
rays-0.1.33 include/rays/ruby/exception.h
rays-0.1.32 include/rays/ruby/exception.h
rays-0.1.31 include/rays/ruby/exception.h